FlowEnd Methods
An object defining methods for the FlowEnd class.
SendFinishWebNotification(userInfo, requestItem)
Sends a web notification to notify the completion of the workflow.
Parameters:
userInfo (required): UserInfo
Information about the user who initiated the request.
requestItem (required): ProcessRequestItem
Details of the process request associated with the workflow.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.
Initialize()
Initializes the flow end step with necessary configurations.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.